CQG Algorithmic Orders
Properties Property
See Also  Send Feedback
AlgoOrder Icebergs (ICBG) > AlgorithmicOrders Namespace > ICBG_AlgorithmicOrder Class : Properties Property



Glossary Item Box

Gets or sets algorithmic order properties.

Syntax

Visual Basic (Declaration) 
Public Property Properties As CQGAlgorithmicOrderProperties
Visual Basic (Usage)Copy Code
Dim instance As ICBG_AlgorithmicOrder
Dim value As CQGAlgorithmicOrderProperties
 
instance.Properties = value
 
value = instance.Properties
C# 
public CQGAlgorithmicOrderProperties Properties {get; set;}
C++/CLI 
public:
property CQGAlgorithmicOrderProperties^ Properties {
   CQGAlgorithmicOrderProperties^ get();
   void set (    CQGAlgorithmicOrderProperties^ value);
}

Property Value

New value of the algorithmic order properties to setAlgorithmic order properties

See Also

Reference

ICBG_AlgorithmicOrder Class
ICBG_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.